projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f96a349
)
Changed to non-fixed character set. Makes sense for GUI screen output and other situa...
author
oliskoli
<oliskoli>
Thu, 1 Dec 2005 01:25:49 +0000
(
01:25
+0000)
committer
oliskoli
<oliskoli>
Thu, 1 Dec 2005 01:25:49 +0000
(
01:25
+0000)
text.c
patch
|
blob
|
history
diff --git
a/text.c
b/text.c
index e8f0b022ab25faa969abdd7fbf2f837b171b320d..afd4ec68a278daf36fdba6de5aae60d68e22e408 100644
(file)
--- a/
text.c
+++ b/
text.c
@@
-235,6
+235,6
@@
ff_vecs_t text_vecs = {
data_write,
NULL,
text_args,
- CET_CHARSET_ASCII,
1
/* CET-REVIEW */
+ CET_CHARSET_ASCII,
0
/* CET-REVIEW */
};